:root {
    --main-bg-color: #f7f7f9;
    --main-text-color: black;
    --second-text-color: #969696;
    --Orange: #ef820d;
    --MidGray: #6d6f70;
    --AtomicGray: #494B4C;
    --LightGray: #C7C7C7;
    --BLXRed: #EA1F27;
    --BLXAmber: #FFC800;
    --BLXGreen: #6ABC45;
    --OrangeNew: #f8a22e
}

.text-theme-orange {
    color: var(--Orange)
}

.w-1_6rem {
    width: 1.6rem;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

@font-face {
    font-family: Robot;
    src: url('../font/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'open-sans';
    src: url('../font/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 62.5% !important;
    color: black !important;
    font-family: 'Robot' !important;
    background: white;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


::placeholder {
    font-size: 1.2rem !important
}

/* custom scrollbar */
::-webkit-scrollbar-track {
    background-color: transparent !important;
}

::-webkit-scrollbar {
    width: 4px !important;
    background-color: transparent !important;
}

::-webkit-scrollbar-thumb {
    background-color: #dbdbdb !important;
    border: 0 !important;
}


a {
    color: #6d6f70;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.user-Navbar {
    height: 6rem;
    padding: .5rem 1rem;
}

.lunch_Date {
    font-weight: 700;
}

#navbarSupportedContent>ul>li>a {
    color: black;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}



.partial {
    overflow: auto;
    height: calc(100vh - 133px);
    background: white;
}

.pading-nav-cstm {
    padding: 2.4rem 0 0 0;
}

.logo-outer-reporter {
    width: 100%;
}

.logo-outer-reporter>img {
    width: inherit;
}

.primary-text {
    color: var(--main-text-color);
}

.second-text {
    color: var(--second-text-color);
}

.primary-bg {
    background-color: var(--main-bg-color);
}

.secondary-bg {
    background-color: var(--second-bg-color);
}

.rounded-full {
    border-radius: 100%;
}

#wrapper {
    overflow: hidden;
    background-color: var(--main-bg-color);
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -18rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 18rem;
}

.bg-cstm-gray {
    background-color: var(--main-bg-color);
}

#page-content-wrapper {
    min-width: 100vw;
}

#sidebar-wrapper h6 {
    color: black;
}

#sidebar-wrapper h6,
.nav-link {
    font-size: 1.4rem;
}

#sidebar-wrapper .nav-link>img {
    width: 2.5rem !important;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

#menu-toggle {
    font-size: 1.4rem;
    cursor: pointer;
}

.list-group-item {
    border: none;
    padding: 20px 30px;
}

.list-group-item.active {
    background-color: transparent;
    color: var(--main-text-color);
    font-weight: bold;
    border: none;
}

.small-cstm {
    font-size: 1.2rem;
    font-weight: 600;
}

.sidebar-height {
    height: calc(100vh - 91px);
    overflow: auto;
}

.btn-search {
    text-align: left;
    border-right: 2px solid #ccd2da;
    border-left: 2px solid #ccd2da;
    border-top: 1px solid #ccd2da;
    border-bottom: 1px solid #ccd2da;
    padding: 0.2rem 1rem !important;
    line-height: 1.5;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #8090a3;
}

.btn-share {
    border-right: 2px solid #ccd2da;
    border-left: 2px solid #ccd2da;
    border-top: 1px solid #ccd2da;
    border-bottom: 1px solid #ccd2da;
    padding: 0.2rem 0.8rem !important;
    line-height: 1.5;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #8090a3;
}

.Addtask-circle {
    font-size: 2rem;
    line-height: 1;
    margin-top: -1rem;
    display: inline-block;
    background: #e5e8ec;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    border-radius: 50%;
    color: #8090a3;
    font-weight: bold;
}

.mt_neg3 {
    margin-top: -0.3rem;
}

.Rc-btn {
    border-radius: 5px;
    margin-top: -1rem;
    display: inline-block;
    background: #e5e8ec;
    color: black;
    padding: 0.2rem 0.8rem !important;
}

.logo-outer-client {
    margin-top: -0.2rem;
}

.nav-item>p {
    font-size: 1.2rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.brand-nav {
    height: 5rem;
    background: #f5f7fc;
    padding: .5rem 1rem;
}

.fa-size {
    font-size: 1.2rem;
}

.activity-outer {
    background: white;
    border-right: 2px solid #dedede;
    width: 19.7%;
    min-width: 14.6rem;
    height: calc(100vh - 122px);
    display: inline-block;
}

.activits-list {
    padding: 5px;
    height: calc(100vh - 158px);
    overflow: auto;
}

.Activites-heading {
    border-bottom: 2px dotted #969696;
}

.taskbox {
    padding: 0.3rem 0.5rem;
    height: 11rem;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
    box-shadow: 0px 3px 7px 1px #00000014;
}

.taskbox>label {
    color: #515151
}

.taskbox>span {
    color: #515151
}

.task-status>label {
    line-height: 1.2;
    color: #333333;
    font-weight: 100;
}

.task-description {
    color: #2d2d2d;
    font-weight: 600;
    margin-top: 0.8rem;
    width: inherit;
}

.task-description>label {
    display: -webkit-box;
    max-width: inherit;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.status-risk {
    width: 12px;
    height: 12px;
    background: #ffc800;
    margin: auto 0;
    border-radius: 2px;
}

.status-risk-indicator {
    box-shadow: inset 0px 3px 3px 0px #ffffff82, inset 0px 0px 3px 0px #ffffff94;
    width: 20px;
    height: 20px;
    background: var(--Orange);
}

.status-Delayed {
    width: 12px;
    height: 12px;
    background: #d7474d;
    margin: auto 0;
    border-radius: 2px;
}

.status-Delayed-indicator {
    width: 20px;
    height: 20px;
    background: #ff0000;
}

.status-ontime {
    width: 12px;
    height: 12px;
    background: #6abc45;
    margin: auto 0;
    border-radius: 2px;
}

.status-ontime-indicator {
    box-shadow: inset 0px 3px 3px 0px #ffffff82, inset 0px 0px 3px 0px #ffffff94;
    width: 20px;
    height: 20px;
    background: #008000;
    float: right;
}

.active {
    font-weight: 600 !important
}

.active1 {
    background: var(--LightGray);
    border-bottom: 5px solid white;
}

.edit-task-box-outer {
    position: relative;
}

.edit-task-box {
    top: 10.55rem;
    position: absolute;
    width: 57%;
    height: calc(100vh - 15rem);
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    background-color: white;
    border-radius: 5px;
    z-index: 99;
    right: 1.5rem;
    display: inline-flex;
    overflow: auto;
}

.top-feature-box {
    background: white;
}

.close-side {
    transition: 0.2s linear;
    right: -60%;
}

.open-side {
    transition: 0.2s linear;
    right: 0;
}

.close-task {
    transition: 0.2s linear;
    right: -60%;
}

.open-task {
    transition: 0.2s linear;
    right: 0;
}

.detailed-box {
    height: calc(100vh - 42rem);
    overflow: auto;
}

.detailed-box label {
    font-size: 1.1rem;
    color: #606060;
}

.subtask-btn {
    color: white;
    background: var(--Orange);
    font-size: 1.2rem;
    box-shadow: inset 0px 3px 3px 1px #efe6e682, 0px 1px 3px 0px #00000069;
    padding: 0.4rem 1rem;
}

/* ::-webkit-datetime-edit { padding: 0em;}
::-webkit-datetime-edit-fields-wrapper { display: none; }
::-webkit-datetime-edit-text { display: none;}
::-webkit-datetime-edit-month-field { display: none; }
::-webkit-datetime-edit-day-field { display: none; }
::-webkit-datetime-edit-year-field { display: none; }
::-webkit-inner-spin-button { display: none; }
    input[type="date"] {
       position: absolute;
    width: 6rem;
    border:none;

    } */
.task-budget-box>.form-control {
    transition: 0.2s ease;
    width: auto;
    margin-left: auto;
}

.task-budget-box>.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.task-status-box>.form-control {
    border-color: #e5e8ec;
    transition: 0.2s ease;
    text-align: center;
}

.task-status-box>.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.task-owner-box>.form-control {
    border-color: #e5e8ec;
    transition: 0.2s ease;
    text-align: center;
}

.task-owner-box>.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none;
}

.detailed-box .form-control {
    font-size: 1.2rem;
    transition: 0s ease;
    border: none !important;
    background: #f7f7f9 !important;
    color: #606060 !important;
    font-weight: 500;
}

.detailed-box .form-control:hover {
    border: none !important;
    background: #f7f7f9 !important;
}

.detailed-box .form-control:focus {
    border: none !important;
    background: #f7f7f9 !important;
    transition: none;
    box-shadow: none;
}

#txtTaskName {
    padding: 0 0.1rem;
    text-overflow: ellipsis;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 1rem;
    color: black;
    font-weight: 500;
    font-size: 1.6rem;
    border: none;
    margin-left: 0.5rem;
}

#txtTaskName:hover {
    border: none;
}

#txtTaskName:focus {
    border: 1px solid #cecece;
    background: #f8fafb;
    transition: none;
    box-shadow: none;
}

.append-subtask {
    cursor: pointer;
    height: auto;
    min-height: 3rem;
}

.append-subtask>label {
    margin-left: 1rem;
}

.append-subtask>label>.delete-btn {
    padding-top: 0.4rem;
    text-align: center;
    float: right;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #969696;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    margin-top: 0.25rem;
    color: #969696;
    display: none;
    transition: 0.5s ease;
}

.append-subtask>label>.delete-btn:hover {
    color: red;
    border: 1px solid red;
}

.append-subtask>label:hover .delete-btn {
    display: inline-block;
    transition: 0.5s ease;
}

.circle-check {
    position: relative;
    vertical-align: text-bottom;
    margin-left: 1rem;
    display: inline-block;
    border: 1px solid;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    text-align: center;
    margin-right: 0.5rem;
}

.complete-task {
    background: #69bd45;
    border: white;
    color: white;
}


.Add-task-btn {
    background: var(--Orange);
    font-size: 1.2rem;
    box-shadow: inset 0px 3px 3px 1px #efe6e682, 0px 1px 3px 0px #00000069;
    padding: 0.4rem 1rem;
    color: white;
}

.btn-theme-reporter {
    border-radius: 5px;
    border: 1px solid #edeae9;
    font-size: 1.2rem;
}

.btn-theme-reporter:hover {
    font-size: 1.2rem;
    background: white;
    border: 1px solid #969696;
}

.btn-theme-reporter:focus {
    box-shadow: none;
    border: 1px solid #969696;
}

.btn-completed {
    box-shadow: 0px 1px 3px 2px #00000033;
    font-size: 1.2rem;
    background: #6bbe48;
    color: white
}

.btn-completed:hover {
    box-shadow: 0px 1px 3px 2px #00000033;
    font-size: 1.2rem;
    background: white;
    color: black
}

.overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 91;
}

.hide-taskdetail>i {
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #f6921e;
    font-size: 1.5rem;
    color: #f6921e;
    padding: 0.6rem 0.7rem !important;
}

.hide-taskdetail>img {
    cursor: pointer;
    margin-top: 0.7rem;
    margin-right: 2rem;
    width: 2.7rem;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hide-history>i {
    cursor: pointer;
    font-size: 1.8rem;
    padding: 0.6rem 0.7rem !important;
}


.task-name {
    cursor: pointer;
}

.task-name>label {
    font-size: 1.2rem;
}

.task-name>.circle-check {
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: unset;
    font-size: 1rem;
}

.taskque-outer {
    background: white;
    border-top: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
    padding-left: 2rem !important;
    border-bottom: 1px solid #cecece;
}

.taskque-outer:hover {
    box-shadow: 4px -2px 7px 0px #00000021;
    border-radius: 7px;
    background: #f7f7f9;
}

.taskque-heading {
    background: #f8fafb;
    cursor: pointer;
    padding: 1rem 1rem;
    border-bottom: 1px solid #cecece;
}

.taskque-heading h5 {
    text-align: center;
    font-size: 1.3rem;
}

.task-date-box>label {
    font-size: 1.3rem;
}

.border-l-cstm {
    border-right: 1px solid #edeae9;
}

.task-budget-box>input {
    height: 2.3rem;
    border: none;
    font-size: 1.3rem;
}

.task-status-box>select {
    background: #f6f6f6;
    width: auto !important;
    padding: 0 1rem;
    font-size: 1.2rem;
    margin: 0;
    height: 2.8rem;
}

.task-owner-box>select {
    padding: 0 1rem;
    font-size: 1.2rem;
    margin: 0;
    border-radius: 5px;
    width: auto !important;
    height: 2.8rem
}

ul.tasklist-view>li {
    width: 100%;
}

#sortable {
    overflow-x: hidden;
    height: calc(100vh - 218px);
    overflow-y: auto;
}

.task-details-icon>span {
    font-size: 1.2rem;
    color: #969696;
}

.task-details-icon>img {
    margin: -0.3rem 0.5rem 0 0.5rem;
    width: 1.5rem;
}

.Launcheading>label {
    font-size: 1.6rem;
    vertical-align: middle;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 1rem;
}

.Launcheading>img {
    width: 4.5rem;
}

.Launcheading {
    padding-bottom: 1rem;
}

.Amber-circle-outer {
    display: inline-block;
    border: 2px solid var(--Orange);
    position: relative;
    border-radius: 50%;
    width: 13.5rem;
    height: 13.5rem;
    margin-top: 1rem;

}

.Amber-circle-solid {
    border: 2px solid white;
    box-shadow: 0px 3px 2px 1px #9e9e9e5e;
    background: var(--Orange);
    position: absolute;
    border-radius: 50%;
    width: 9.5rem;
    height: 9.5rem;
    color: white;
    left: 14%;
    top: 14%;
    animation: pulse-amber 2s infinite;
}

.Amber-circle-solid>h4:first-child {
    font-size: 1.6rem;
    text-align: center;
    display: inline-block;
    margin-top: 3.2rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
}

.Amber-circle-solid>h4:nth-child(2) {
    font-size: 1.6rem;
    text-align: center;
}

.red-circle-outer {
    display: inline-block;
    border: 2px solid #ff0000;
    position: relative;
    border-radius: 50%;
    width: 13.5rem;
    height: 13.5rem;
    margin-top: 1rem;
}

.red-circle-solid {
    border: 2px solid white;
    box-shadow: 0px 3px 2px 1px #9e9e9e5e;
    background: var(--BLXRed);
    position: absolute;
    border-radius: 50%;
    width: 9.5rem;
    height: 9.5rem;
    color: white;
    left: 14%;
    top: 14%;
    animation: pulse-red 2s infinite;

}

.red-circle-solid>h4:first-child {
    font-size: 1.6rem;
    text-align: center;
    display: inline-block;
    margin-top: 3.2rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
}

.red-circle-solid>h4:nth-child(2) {
    font-size: 1.6rem;
    text-align: center;
}

.Indicator-defination {
    display: inline-block;
    right: 8%;
    position: absolute;
    top: 40%;
}

.Indicator-defination>h4 p {
    font-weight: bold;
}

.Indicator-defination>p {
    font-size: 1.1rem;
}

.amber {
    color: var(--Orange);
}

.red {
    color: #ff0000;
}

.graph-title {
    position: absolute;
    top: 41%;
    z-index: 99;
}

.graph-title>h4 {
    font-weight: 700;
}

.Collaborators-outer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.Collaborators-outer ul li {
    display: inline-block;
    position: relative
}

.Collaborators-outer ul li>div {
    overflow: hidden;
    display: inline-block;
    background: #c012eb;
    color: white;
    width: 2.5rem;
    height: 2.5rem;
    padding: 3px 5px 3px 6px;
    border-radius: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1.2;
}

/*.Collaborators-outer ul li:hover::after {
        content: 'x';
        position: absolute;
        color: white;
        text-decoration: none;
        top: -0.5rem;
        right: 0.4rem;
        font-size: 10px;
        background: #333;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        align-items: center;
        justify-content: center;
    }*/

.Collaborators-outer ul li>div a {
    opacity: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    color: white;
    text-decoration: none;
    top: -0.5rem;
    right: 0.4rem;
    font-size: 10px;
    background: #333;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.Collaborators-outer {
    display: inline;
}

.Collaborators-outer input {
    margin-left: 1rem;
    color: #606060;
    font-size: 1.2rem;
    position: absolute;
    border: 0px;
    background: none;
    bottom: 0.5rem;
    border: none;
}

.Collaborators-outer input:focus-visible {
    outline: none;
    border: none;
}

.bottom-box {
    z-index: 11;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
    padding: 2rem 1rem 2.5rem 1rem;
    border: 1px solid #cfcfcf;
    border-left: 0 !important
}

.bottom-box textarea {
    font-size: 1.2rem;
}

.posts {
    clear: both;
    list-style: none;
    width: 100%;
    text-align: left;
    background: white;
    padding-top: 1rem;
}

.posts li {
    position: relative;
    font-size: 1rem;
    border-radius: 10px;
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 20px;
    padding-bottom: 0.5rem;
    margin: 1rem 0;
    word-wrap: break-word
}


#cmnt-btn {
    font-size: 1.2rem;
    float: right;
    padding: 0.6rem 1.3rem;
    margin: 0.5rem 0;
    border-radius: 5px;

}

.Fnt-13 {
    font-size: 13px;
}

.h-2-2 {
    height: 2.2rem !important
}

.ml-4rem {
    margin-left: 4rem
}

.ui-widget.ui-widget-content {
    z-index: 999999999999999 !important;
    font-size: 1.3rem;
}

.hasDatepicker {
    width: 100%;
    font-size: 1.2rem;
    border: none;
    text-align: center;
    background: transparent;
}

input:focus-visible {
    outline: none;
}

.currency-symbol-padding {
    padding: 0 0 0 0.2rem !important;
}

.currency-addon-padding {
    padding: 0 !important;
}

.Avtar_thumb {
    font-size: 1.4rem;
    top: 0.5rem;
    position: absolute;
    justify-content: center;
    display: inline-flex;
    width: 3.2rem;
    height: 3.1rem;
    border-radius: 50%;
    background: #66af9a;
    color: white;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}


@-webkit-keyframes pulse-amber {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 130, 13, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 18px rgba(239, 130, 13, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 130, 13, 0);
    }
}

@keyframes pulse-amber {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(239, 130, 13, 0.4);
        box-shadow: 0 0 0 0 rgba(239, 130, 13, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 18px rgba(239, 130, 13, 0);
        box-shadow: 0 0 0 18px rgba(239, 130, 13, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(239, 130, 13, 0);
        box-shadow: 0 0 0 0 rgba(239, 130, 13, 0);
    }
}

@-webkit-keyframes pulse-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(234, 31, 19, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 18px rgba(234, 31, 19, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(234, 31, 19, 0);
    }
}

@keyframes pulse-red {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(234, 31, 19, 0.4);
        box-shadow: 0 0 0 0 rgba(234, 31, 19, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 18px rgba(234, 31, 19, 0);
        box-shadow: 0 0 0 18px rgba(234, 31, 19, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(234, 31, 19, 0);
        box-shadow: 0 0 0 0 rgba(234, 31, 19, 0);
    }
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -18rem;
    }
}

.gant-outer {
    width: 100%;
    height: calc(100vh - 163px);
}

.highcharts-container {
    width: 100% !important;
    height: inherit !important;
}

#containerAD {
    width: 100% !important;
    height: calc(100vh - 173px) !important;
}

#container-task,
.highcharts-figure .chart-container {
    width: 140px !important;
    height: 140px !important;
}

#container-task .highcharts-container {
    width: inherit !important;
    height: inherit !important;
}

.highcharts-figure,
.highcharts-data-table table {
    width: auto;
    margin: 0 auto;
}

.highcharts-data-table table {
    font-family: verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
    font-size: 1.4rem !important
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    font-size: 1.4rem;
    font-weight: 100 !important;
}

@media (max-width: 600px) {

    .highcharts-figure,
    .highcharts-data-table table {
        width: 100%;
    }

    .highcharts-figure .chart-container {
        width: 300px;
        float: none;
        margin: 0 auto;
    }
}

.RemoveCollaborator {
    position: absolute;
    top: -8px;
    right: -3px;
    color: white;
    font-size: 10px;
    background: #333;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.CollaboratorUserList {
    line-height: 2.4rem;
    text-align: center;
    display: inline-block;
    height: 2.9rem;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    background: #66af9a;
    padding: 3.5px 0;
    width: 2.9rem;
    margin-right: 0.3rem;
}

.status-box {
    background: white !important;
}

.status-box:focus {
    background: white !important;
}

.taskherarchy-sidepanle>ul li a {
    cursor: pointer;
    font-size: 1rem;
    padding: 0rem;
    color: #606060 !important;
}

.taskherarchy-sidepanle>ul li:hover {
    background: #f5f7fc;
}

.sidepanle-item {
    background: #f5f7fc;
    padding: 0 1rem;
    text-overflow: ellipsis;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

#AddSubtask,
#Addtask {
    font-size: 1.2rem;
}

#AddSubtask>span {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0;
}

#Addtask>span {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0;
}

.round {
    margin-top: 0.5rem;
    position: relative;
    width: 2%;
    z-index: 1;
}

.round label {
    background-color: #fff;
    border: 1px solid #121212;
    border-radius: 50%;
    cursor: pointer;
    height: 1.6rem;
    left: 0;
    position: absolute;
    top: 1px;
    width: 1.6rem;
}

.round label:after {
    border: 1px solid #121212;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 22%;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 7.5px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
    border: 2px solid white;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 22%;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 7.5px;
}

.round input[type="checkbox"]+label {
    background-color: white;
}

.round input[type="checkbox"]+label:after {
    opacity: 1;
}

.border-top-bottom-theme {
    border-top: 1px solid #edeae9;
    border-bottom: 1px solid #edeae9;
}

.mt-08 {
    margin-top: 0.8rem
}

.w-12_prcnt {
    width: 12%
}

.w-11_7__prcnt {
    width: 11.7%
}

.w-9_7_prcnt {
    width: 9.7%
}

.w-9_4_prcnt {
    width: 9.4%;
}

.w-13_prcnt {
    width: 13%;
}

w-14_prcnt {
    width: 14%;
}

.w-16_prcnt {
    width: 16%;
}

.w-41_5_prcnt {
    width: 41.5%
}

.w-40_prcnt {
    width: 40%
}

.w-39-5_prcnt {
    width: 39.5%
}

.w-39_prcnt {
    width: 39%
}

.w-38_prcnt {
    width: 38%;
}

.w-98_prcnt {
    width: 98%;
}

.w-96_prcnt {
    width: 96%;
}

.swal-overlay {
    z-index: 9999999999999999;
}

.delete-cmnt-btn {
    margin-top: 0.5rem;
    cursor: pointer;
    padding-top: 0.3rem;
    text-align: center;
    float: right;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #969696;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.1rem;
    margin-top: 0.25rem;
    color: #969696;
    display: none;
    transition: 0.5s ease;
}

.delete-cmnt-btn:hover {
    color: red;
    border: 1px solid red;
}

.fc-icon,
body .fc {
    font-size: 1.4rem !important;
}

.calendar-outer {
    background: white;
    height: calc(100vh - 146px);
}

#exampleModalCenter {
    font-size: 1.4rem;
}

.subtask-icon {
    width: 1.6rem;
    float: right;
    margin-right: 1.2rem;
    cursor: pointer;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
}

.fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    opacity: .3;
}

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: rgba(52, 40, 104, .05);
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: auto;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em;
    /* normalize */
    white-space: nowrap;
    cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

.fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: -0.05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
    display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group>* {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group> :first-child {
    /* same */
    margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
    cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}

.fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
    width: 100%;
    box-sizing: border-box;
    /* fix scrollbar issue in firefox */
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px 1px 0 1px !important;
    padding: 0;
    border-color: #ccd2da !important;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
    cursor: pointer;
}

a[data-goto]:hover {
    text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
    position: relative;
    background: #ffffff;
}

.fc-row .fc-bg {
    z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2;
}

.fc-row .fc-highlight-skeleton {
    z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
    z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    /* extra precedence to prevent theme-provided backgrounds */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent;
    padding: .5rem .5rem;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    /* don't put a border between events and/or the day number */
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
    -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #ddd !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05) !important;
    /* default BORDER color */
}

.fc-event,
.fc-event-dot {
    background-color: #ffffff;
    color: #5d5386;
    position: relative;
    /* default BACKGROUND color */
}

.fc-event:before,
.fc-event-dot:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 100%;
    border-left: none;
    border-bottom: none;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.fc-event .fc-title {
    font-weight: 500;
}

.fc-event i {
    color: var(--Orange);
    font-size: 13px;
    margin-right: 8px;
    vertical-align: middle;
}

.fc-event,
.fc-event:hover {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg {
    /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
}

.fc-event .fc-content {
    color: var(--AtomicGray);
    position: relative;
    z-index: 2;
    padding: 8px;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
    display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    /* only show when hovering or selected (with touch) */
    display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
    /* 40x40 touch area */
    content: "";
    position: absolute;
    z-index: 9999;
    /* user of this util can scope within a lower z-index */
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
    z-index: 9999 !important;
    /* overcomes inline z-index */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    /* below resizers */
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
    /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
    /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    /* overcome top border */
    bottom: -1px;
    /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
    /* 8x8 little dot */
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* vertically center */
    top: 50%;
    margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
    /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
    /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0;
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px;
    /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    /* same z-index as fc-bg, behind text */
    /* overcome the borders */
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    /* darkening effect */
    background: #000;
    opacity: .25;
}

.fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
    /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
    /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

a.fc-more:hover {
    text-decoration: underline;
}

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

.fc-more-popover .fc-event-container {
    padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
    -webkit-user-select: none;

    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
    background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
}

.fc-unthemed td.fc-today {
    background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;

    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
    position: relative;
}

.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
    background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
    /* overpower jqui's styles on <a> tags. TODO: more DRY */
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
    /* undo ui-widget-header bold */
    font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
    background: none;
    /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
    text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
    border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
    /* some themes have background color. see through to slats */
    background: none;
}

.fc.fc-bootstrap4 a {
    text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
    border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
    border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #5d5386;
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
    padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
    /* some themes have background color. see through to slats */
    background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
    text-align: center;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em;
}

.fc-toolbar .fc-left {
    float: left;
}

.fc-toolbar .fc-right {
    float: right;
}

.fc-toolbar .fc-center {
    display: inline-block;
}

.fc button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    padding: 0 1rem;
    font-size: 1rem;
    white-space: nowrap;
    cursor: pointer;
}

/* the things within each left/right/center section */
.fc .fc-toolbar>*>* {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar>*> :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

/* button layering (for border precedence) */
.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view,
.fc-view>table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* there may be week numbers in these views, so no padding-top */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
    overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
    opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 2px;
    color: rgba(52, 40, 104, .8);
    font-size: 15px;
    font-weight: 400;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
    padding: 0 2px;
    /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
    text-align: center;
}

.fc-basic-view td.fc-week-number>* {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent;
}

.fc-time-grid>.fc-bg {
    z-index: 1;
    background: #fff;
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-content-col {
    position: relative;
    /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3;
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5;
}

.fc-time-grid .fc-helper-container {
    /* also is fc-event-container */
    position: relative;
    z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    padding: 4px;
    /* each cell is responsible for its top border */
}

.fc-agendaDay-view .fc-time-grid .fc-slats td {
    background: #ffffff;
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
    /* need to allow touch resizers to extend outside event's bounding box */
    /* common fc-selected styles hide the fc-bg, so don't need this anyway */
    overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none;
    /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
    overflow: hidden;
    /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px;
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0";
    /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
    /* 10x10 dot */
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* horizontally center */
    left: 50%;
    margin-left: -5px;
    /* center on the bottom edge */
    bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
    /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    /* triangle pointing right... */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    /* triangle pointing left... */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
    direction: rtl;
    /* unlike core views, leverage browser RTL */
}

.fc-list-view {
    border-width: 1px;
    border-style: solid;
}

/* table resets */
.fc .fc-list-table {
    table-layout: auto;
    /* for shrinkwrapping cell content */
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

.fc-list-table tr:first-child td {
    border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
    border-bottom-width: 1px;
}

.fc-list-heading td {
    font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
    float: left;
}

.fc-ltr .fc-list-heading-alt {
    float: right;
}

.fc-rtl .fc-list-heading-main {
    float: right;
}

.fc-rtl .fc-list-heading-alt {
    float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
    cursor: pointer;
    /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0;
}

.fc-list-item-title a {
    /* every event title cell has an <a> tag */
    text-decoration: none;
    color: inherit;
}

.fc-list-item-title a[href]:hover {
    /* hover effect only on titles with hrefs */
    text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table;
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-unthemed .fc-list-empty {
    /* theme will provide own background */
    background-color: #eee;
}


.fc th.fc-day-header {
    border-color: white !important;
    background: #6c757d !important;
    padding: 11px 7px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.fc-day.fc-today {
    background: rgba(52, 40, 104, .03);
}

.fc-day.alert-info {
    background: rgba(52, 40, 104, .03);
}

.datepicker {
    z-index: 123456;
}



.card {
    border: 0;
    background: transparent;
}



/*.btn {
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.5px;
    font-family: 'Nunito', sans-serif;
    box-shadow: none !important;
    border: 0;
    padding: 10px 20px !important;
}*/

.btn:focus {
    box-shadow: none;
}






.modal-body h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #002147;
    margin-bottom: 20px;
}




/* related product */
.related-product {
    padding: 80px 0;
}

.related-product .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.related-product ul {
    padding: 0;
    margin: 0;
}

.related-product ul li {
    margin-bottom: 30px;
    list-style-type: none;
}

.related-product ul li h3 {
    font-weight: 700;
    font-size: 24px;
    padding: 20px 0;
}

.related-product ul li a {
    font-weight: 600;
    color: #3b484a;
    text-align: center;
}

.related-product ul li a img {
    max-width: 100%;
    display: block;
}

.related-box {
    max-width: 400px;
    margin: 0 auto;
}

.download-btn {
    padding: 15px;
    display: inline-flex;
    align-items: center;
}

.download-btn .fa {
    font-size: 40px;
    margin-right: 10px;
}

.cstm-adj-margin {
    margin-top: 1rem;
    margin-left: 3rem;
}

.ui-datepicker .ui-datepicker-title {
    color: white;
}


.font-layout {
    font-size: 1.4rem;
}

.font-layout .close {
    font-size: 2.4rem;
}


.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
}



.timeline li {
    position: relative;
}


.timeline li .timeline-date {
    display: inline-block;
    width: 100%;
    color: white;
    font-style: italic;
    font-size: 10px;
}

.timeline.timeline-icons li {
    padding-top: 7px;
}

.timeline.timeline-icons li:after {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #e3e3e3;
    left: 14px;
    top: 0;
    z-index: 11;
}

.timeline.timeline-icons li .timeline-icon {
    position: absolute;
    left: 23.5px;
    top: 7px;
    z-index: 12;
}



/* -----------------------------------------
   Dropdown
----------------------------------------- */
.dropdown {
    padding: 0 13px;
    margin-top: 1rem;
}

.dropdown i {
    color: #828586;
    font-size: 2rem;
    margin-top: 0.3rem;
}


.dropdown-menu-left {
    padding: 0 !important;
    left: -27.5rem;
    position: absolute;
    top: 2.5rem;
    width: 12rem;
    height: 30rem;
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
    border-radius: 5px;
    width: 29.5rem !important;
}

.pd-list>.dropdown-menu {

    overflow-x: hidden !important;
}

.dropdown-menu-left>li {
    border-bottom: 1px solid #cecece;
    transition: 0.3s ease;
    cursor: pointer;
}

.dropdown-menu-left>li :hover {
    color: white;
    transition: 0.3s ease;
    background: var(--Orange);
    padding: 1.5rem;
}

.dropdown-menu-left>li>p {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 1.5rem;
}

.badge {
    position: relative;
    top: -4px;
    right: 9px;
    display: inline-block;
    min-width: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}


.badge-danger {
    background-color: #db5565;
}

#modalNoActivityTask .md-header {
    border-radius: 10px 10px 0 0
}

#modalNoActivityTask .modal-content {
    border-radius: 10px 10px;
}

.md-header {
    color: white;
    background: var(--Orange);
}

.md-header>h1 {
    font-size: 1.6rem;
}

.md-header>i {
    left: 13rem;
    font-size: 3.5rem;
    position: absolute;
    top: 0.8rem;
}

.highcharts-figure .chart-container {
    width: 180px;
    height: 160px;
}

.highcharts-figure,
.highcharts-data-table table {
    width: auto;
    margin: 0 auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

@media (max-width: 600px) {

    .highcharts-figure,
    .highcharts-data-table table {
        width: 100%;
    }

    .highcharts-figure .chart-container {
        width: 300px;
        float: none;
        margin: 0 auto;
    }
}

#navbarSupportedContent {
    margin-left: 4rem;
    border-left: 1px solid #76777a2b;
    height: 5rem
}

#navbarSupportedContent>ul {
    margin-left: 2rem;
}

#navbarSupportedContent>ul li>h2 {
    margin-bottom: 0;
}

.mini-status_update {
    outline: 1px solid transparent;
    padding: 0.7rem;
    z-index: 9;
    background: white;
}

.mini-status_update label {
    font-size: 13px;
}

.mini-status_update .btn {
    width: 10rem;
    font-size: 12px;
}

.mini-status_update .form-control {
    height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #e5e8ec;
    border-radius: 7px;
}

.mini-status_update-inside {
    top: 3rem;
    box-shadow: 2px 2px 8px 2px #00000017;
    position: absolute;
    z-index: 999;
    background: white;
    width: 40rem;
    border-radius: 5px;
    padding: 2rem;
    padding-bottom: 1.5rem;
}

.mini-status_update-inside label {
    font-size: 1.2rem;
}

.mini-status_update-inside .btn {
    width: 8.5rem;
    font-size: 1.2rem !important;
    border-radius: 5px;
}

.mini-status_update-inside .form-control {
    height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #e5e8ec;
    border-radius: 7px;
}

.update_Button {
    padding: 0.2rem 0.5rem;
    border-radius: 7px;
    border: 1px solid var(--LightGray) !important;
}

.history_Button {
    padding: 0.4rem 0.5rem;
    border-radius: 7px;
    border: 1px solid var(--LightGray) !important;
}

.detailed-box .btn {
    font-size: 1.3rem
}

.history-box-outer {
    position: relative;
}

.history-box {
    top: 10.55rem;
    position: absolute;
    width: 57%;
    height: calc(100vh - 17rem);
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    background-color: white;
    border-radius: 5px;
    z-index: 9999;
    right: 1.5rem;
    display: inline-flex;
    overflow: auto;
}

.close-history {
    transition: 0.2s linear;
    right: -60%;
}

.open-history {
    transition: 0.2s linear;
    right: 0;
}

.history_header {
    width: 80%
}

.history_header>h1 {
    padding: 0 0.1rem;
    text-overflow: ellipsis;
    max-width: 60%;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 1rem;
    color: black;
    font-weight: 500;
    font-size: 1.6rem;
    border: none;
    margin-left: 0.5rem;
}

.rightbox {
    height: calc(100vh - 25rem);
    overflow: auto;
}

.rb-container {
    font-family: "PT Sans", sans-serif;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

.rb-container ul.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
}

.rb-container ul.rb li {
    list-style: none;
    margin: auto;
    margin-left: 10em;
    min-height: 50px;
    border-left: 1px dashed #86D6FF;
    padding: 0 0 15px 30px;
    position: relative;
}

.rb-container ul.rb li:last-child {
    border-left: 0;
}

.rb-container ul.rb li::before {
    position: absolute;
    left: -13px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #f7941d;
    height: 24px;
    width: 24px;
    transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
    border-color: #232931;
    transition: all 1000ms ease-in-out;
}

ul.rb li .timestamp {
    color: #258CC7;
    position: relative;
    width: 100px;
    font-size: 12px;
}

.item-title {
    color: #969696;
    font-size: 13px;
}

.Amber-indicator {
    display: inline-block;
    background: var(--BLXAmber);
    width: 7px;
    height: 7px;
    border-radius: 10px;
    float: right;
    margin-right: 2rem;
    margin-top: 0.5rem;
}

.Red-indicator {
    display: inline-block;
    background: var(--BLXRed);
    width: 7px;
    height: 7px;
    border-radius: 10px;
    float: right;
    margin-right: 2rem;
    margin-top: 0.5rem;
}

.Green-indicator {
    display: inline-block;
    background: var(--BLXGreen);
    width: 7px;
    height: 7px;
    border-radius: 10px;
    float: right;
    margin-right: 2rem;
    margin-top: 0.5rem;
}

.h-7rem {
    height: 7rem !important;
}

.w-32rem {
    width: 32rem !important
}

.w-31rem {
    width: 31%;
}

.w-7rem {
    width: 7%;
}

.btn-warning {
    color: white !important;
}

.Filter-menu_outer {
    position: relative;
}

.Filter-menu_outer>.row>.col-2 {
    position: absolute;
}

.Filter-menu {
    box-shadow: 3px 0px 4px 0px #6d6e7147;
    top: 0rem;
    transition: 0.2s ease;
    position: absolute;
    height: calc(100vh - 11rem);
    width: 28rem;
    background: white;
    display: inline-flex;
    z-index: 999;
    padding: 0px 1.5rem;
}

.close-icon-box {
    position: absolute;
    right: -2.5rem !important;
}

.close-icon-box img {
    cursor: pointer;
    margin-right: 4.5rem;
    margin-left: auto;
    margin-top: 1.5rem;
    width: 2.6rem;
}

#Filter-button {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 30vh;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

#Filter-button>img {
    box-shadow: 2px 2px 3px 0px #596066ab;
    border-radius: 0 7px 7px 0;
    width: 2.8rem;
}

#Filter-menu-button:hover {
    transform: scale(1.1);
    transition: 0.2s ease;
}

.Filter_close-btn {
    transition: 0.2s linear;
    left: -276px;
}

.Filter_open-btn {
    transition: 0.2s linear;
    left: 0;
}

.filter-box {
    width: inherit;
    margin-top: 5rem;
    padding: 0.5rem;
}

.custom-input-repo .form-control {
    height: 3.5rem;
    color: #606060 !important;
    box-shadow: none;
    border-radius: 6px;
    border-color: #cecece;
    transition: 0.2s ease;
    font-size: 1.2rem;
}

.cstm-multi-repo {
    height: 3.5rem !important;
    border-color: #c3c3c3;
    border-radius: 5px
}

.w-20rem {
    width: 20rem !important;
}

.w-27_prcnt {
    width: 27.5%;
}

.w-29_prcnt {
    width: 29%;
}

.w-10_prcnt {
    width: 10%
}

/*.btn-danger-cstm {
    width: 18rem;
    height: 3.5rem;
    color: white;
    background-image: url('../Images/icons/Delayed-170px.png');
    background-repeat: no-repeat
}
.btn-success-cstm {
    width: 18rem;
    height: 3.5rem;
    color: white;
    background-image: url('../Images/icons/Ontime-170px.png');
    background-repeat: no-repeat
}
.btn-warning-cstm {
    width: 18rem;
    height: 3.5rem;
    color: white;
    background-image: url('../Images/icons/Atrisk-170px.png');
    background-repeat: no-repeat
}*/
.btn-danger-cstm {
    width: 8rem;
    border-radius: 5px;
    background: #d7474d;
    color: white;
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
    padding-left: 1.5rem;
    font-size: 1.2rem !important;
    padding-right: 1.5rem;
}

.btn-success-cstm {
    width: 8rem;
    border-radius: 5px;
    background: #6abc45;
    color: white;
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
    padding-left: 1.5rem;
    font-size: 1.2rem !important;
    padding-right: 1.5rem;
}

.btn-warning-cstm {
    width: 8rem;
    border-radius: 5px;
    background: #ffc800;
    color: white;
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
    padding-left: 1.5rem;
    font-size: 1.2rem !important;
    padding-right: 1.5rem;
}

.btn-danger-popup {
    color: white;
    border-radius: 5px;
    background: #d7474d;
    font-size: 1.2rem !important;
    margin-top: 0.4rem;
    height: 2.9rem
}

.btn-success-popup {
    color: white;
    border-radius: 5px;
    background: #6abc45;
    font-size: 1.2rem !important;
    margin-top: 0.4rem;
    height: 2.9rem
}

.btn-warning-popup {
    color: white;
    border-radius: 5px;
    background: #ffc800;
    font-size: 1.2rem !important;
    margin-top: 0.4rem;
    height: 2.9rem
}

.btn-outline-success-popup {
    border: 1px solid var(--BLXGreen);
    height: 2.9rem;
    margin-top: 0.4rem;
    padding: 0 !important;
}

.btn-outline-danger-popup {
    border: 1px solid var(--BLXRed);
    height: 2.9rem;
    margin-top: 0.4rem;
    padding: 0 !important;
}

.btn-outline-warning-popup {
    border: 1px solid var(--BLXAmber);
    height: 2.9rem;
    margin-top: 0.4rem;
    padding: 0 !important;
}

.btn-secondary {
    background: var(--MidGray) !important;
}

.h-cstm-tab {
    height: calc(32vh - 79px);
    max-height: 18rem;
}

.custom-label input:checked+svg {
    display: block !important;
}

.task-category-box {
    background: #f5f7fc;
    cursor: pointer;
    color: black;
    border-radius: 5px;
}

.task-category-box-niche {
    background: #f5f7fc;
    cursor: pointer;
    color: black;
    border-radius: 5px;
}

.Arrow-orange {
    margin-top: -5rem;
    margin-left: -2rem;
    width: 3rem;
}

.palned-icons {
    width: 7.5rem;
    margin-top: -1rem;
    margin-right: 1rem;
}

.task-category-box.active {
    background: white !important;
    border-bottom: none;
    width: auto;
    height: 6.5rem !important;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 1px 2px 6px 0px #00000045 !important;
    position: relative;
    transform: scale(1.02) translateX(3px);
}

.task-category-box.active::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 10px;
    width: 0.3rem;
    background: #ef820d;
    height: 4rem;
    right: 0rem;
    top: 17%;
}

.task-category-box.active div>span {
    display: inline-block;
    border-bottom: 2px solid #ef820d;
    padding-bottom: 0.2rem;
}

.task-category-box-niche.active {
    background: white !important;
    border-bottom: none;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 1px 2px 6px 0px #00000045 !important;
    position: relative;
    transform: scale(1.02) translateX(3px);
}

.task-category-box-niche.active::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 10px;
    width: 0.3rem;
    background: #ef820d;
    height: 8rem;
    right: 0rem;
    top: 17%;
}

.task-category-box-niche.active div>span {
    display: inline-block;
    border-bottom: 2px solid #ef820d;
    padding-bottom: 1rem;
    font-weight: 500;
}

.task-category-box-niche.active div>.actimg {

    display: inline-block !important
}

.task-category-box-niche.active div>.pasimg {

    display: none !important
}

.pasimg {
    display: inline-block !important
}

.actimg {
    display: none !important
}

.text-xl {
    font-size: 1.3rem !important;
}

.tab-pane.active {
    border: none !important;
}


#container1 {
    width: 100%;
    height: 115px;
    margin: 1em auto;
}

/*#container5, #container6, #container7, #container8, #container9 {
    width: 800px;
    margin: 1em 16rem;
}*/

.hc-cat-title {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 50px;
}

.overall-score-text-1 {
    color: #c66610;
    font-size: 26px;
    font-weight: 700;
}

.overall-score-text-2 {
    margin-top: 2rem;
    color: #c66610;
    font-size: 22px;
    font-weight: 700;
}

.bg-orange {
    background: var(--Orange) !important;

}

.carousel-indicators li {
    background-color: var(--MidGray) !important;
}

.bg-orange-new {
    background: var(--OrangeNew)
}

.w-57 {
    width: 57%;
}

.w-95_prcnt {
    width: 95% !important;
}

/*.shadow-list-item {
    box-shadow: inset 0px 0px 5px 4px #3333332e, inset 47px 2px 9px 0px #e9ecef61;
    border-radius:5px;
}*/
.text-black {
    color: black !important
}

.brand-log>img {
    max-height: 5rem;
    max-width: 17rem;
    padding: 0.3rem;
}

#container-worldmap {
    width: 100%;
    height: calc(100vh - 152px);
}

#container-worldmap .highcharts-root {
    width: 100% !important
}

/*avtar drop down*/





/* Dropdown */

.avtarDropdown {
    display: inline-block;
    position: relative;
    margin-top: 0.4rem;
}

.avtarDropdown>a:hover {
    text-decoration: none;
    color: white;
}

.dd-button {
    display: flex;
    border-radius: 50%;
    background-color: #f89921;
    cursor: pointer;
    white-space: nowrap;
    width: 2.8rem;
    height: 2.8rem;
    color: #00000073;
    font-size: 1.3rem;
    font-weight: bold;
}

.dd-button>span {
    font-size: 1.4rem;
    color: white;
    margin-top: 0.15rem !important;
    font-weight: 500;
    margin: auto;
}


.dd-button>span :hover {
    color: white
}


.dd-input {
    cursor: pointer;
    opacity: 0;
    /* border-radius: 50%; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2.7rem;
    height: 2.7rem;
}

.dd-menu {
    position: absolute;
    top: 26px !important;
    /* border: 1px solid #ccc; */
    border-radius: 7px;
    padding: 0 !important;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    list-style-type: none;
    z-index: 999;
    left: -125px !important;
    font-size: 1.2rem;
    width: 17rem !important;
    height: 12rem;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f89921;
    color: white
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.worldMap-popup {
    width: 95%;
    margin-left: auto;
}

.worldMap-popup>div {
    border-radius: 10px;
    background: #ffffffd9 !important;
    box-shadow: 2px 1px 8px 2px #00000017
}

.worldMap-popup>div>h2 {
    font-size: 1.6rem;
    font-weight: 500;
    color: black;
}

.worldMap-popup>div label {
    color: var(--MidGray);
    font-size: 1.2rem !important;
}

.worldMap-popup>div .form-control {
    border-radius: 5px;
    height: 4rem !important;
    border-color: #999999 !important;
    margin-top: 0.3rem !important
}

.modal-content {
    border: none;
}

.mention-wrapper {
    display: block !important;
}

.mention-wrapper .mention-options {
    height: 7.5rem;
    max-height: 7.5rem;
    overflow-y: auto;
}

.mention-wrapper .mention-options .mention-option {
    z-index: 9;
    font-size: 1.4rem;
}


/*brand document modal*/
.info-box {
    background: #f7f9fc;
    padding: 1rem 1.5rem;
}

.info-box h3 {
    font-size: 1.3rem;
}

.info-box p {
    font-size: 1.2rem;
}

.brand-logo img {
    width: 40%;
    float: right;
}

.info-box2 {
    background-color: #f7f9fc;
    padding: 1rem 1.5rem;
}

.info-box2 h3 {
    font-size: 1.3rem;
    font-weight: 600 !important;
    color: #212121 !important
}

.info-box2 p {
    font-size: 1.2rem;
    color: #494949 !important
}

.info-box3 {
    padding: 1rem 1.5rem;
}

.info-box3>h3 {
    font-size: 1.3rem;
    font-weight: 600 !important;
    color: #212121 !important
}

.info-box3 h3 {
    font-size: 1.3rem;
    background: #f7f9fc;
}

.info-box3 p {
    font-size: 1.2rem;
    color: #494949 !important
}

#brand_Document_Modal .modal-header {
    border-bottom: 1px solid #f6921e;
    padding: 10px 15px;
    font-size: 1.6rem;
    border-radius: 10px 10px 0 0;
}

#brand_Document_Modal .modal-content {
    border-radius: 10px;
}

#brand_Document_Modal>.modal-title {
    font-size: 1.6rem !important;
}

#brand_Document_Modal>.modal-content {
    border-radius: 10px 10px 0 0;
}

#brand_Document_Modal>.modal-dialog {
    max-width: 750px;
}

.brand-close-btn {
    border-radius: 0px;
    padding: 3px 15px;
    background-color: #f6921e;
    border: none;
    color: #fff;
}

.brand-logo {
    padding: 0px;
}

.modal-footer {
    padding: 10px 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.brand-doc a i {
    font-size: 30px;
    color: #606060;
}

.brand-doc p {
    font-size: 1rem;
    color: #606060;
    line-height: 1.6rem;
    margin-top: 5px;
}

.brand-doc {
    text-align: center;
}

.scroll-box {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 130px;
}

.scroll-box2 {
    overflow-y: scroll;
    height: 100px;
    overflow-x: hidden
}

.cstm-tab-nav {
    margin-top: 2rem;
    width: fit-content !important;
    border: 0;
    box-shadow: 0px 2px 15px 0px #d3d3d3de;
    border-radius: 5px;
}

.nav-pills .nav-link {
    font-size: 1.2rem;
    width: 14.5rem !important;
    height: 4.4rem;
    padding: 1rem !important;
    border-color: transparent !important;
    transition: 0.3s linear;
    text-align: center;
    color: #606060;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 3px solid #f89921 !important;
    color: #606060;
    background-color: #ffffff;
    box-shadow: inset 2px 2px 5px 0px white;
    height: 4.4rem;
    transition: 0.3s linear;
}

.nav-pills .nav-link.active>.icon-highlight {
    display: inline-block !important;
}

.nav-pills .nav-link.active>.icon-unhighlight {
    display: none !important;
}

.icon-highlight {
    display: none !important
}

.h-cstm-tab-2 {
    height: calc(18vh - 79px);
    max-height: 7rem;
    min-height: 5rem;
}

/*.mention-wrapper .mention-options {
    border: 1px solid #d4d0d0;
    margin-left: 8.4%;
    box-sizing: border-box;
    position: absolute;
    width: 91.5% !important;
    opacity: 0;
    pointer-events: none;
    background: #FFF;
    color: #333;
    display: flex;
    flex-wrap: wrap;
}
    .mention-wrapper .mention-options .mention-option {
        padding: 0.2rem 1rem;
        box-sizing: border-box;
        background: #FFF;
        position: relative;
        cursor: pointer;
        display: none;
        width: 100%;
    }
        .mention-wrapper .mention-options .mention-option.hover, .mention-wrapper .mention-options .mention-option:hover {
            background: #f9a946;
            color: #FFF;
        }*/
.tribute-container {
    background: white;
    height: 8rem;
    max-height: 8rem;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1.3rem;
    top: 88% !important;
    width: 53% !important;
    left: unset !important;
    right: 1% !important;
    position: absolute;
    display: block;
    border: 1px solid #d4d0d0;
    max-width: unset !important;
    min-width: unset !important
}

.tribute-container li {
    background: white;
}

.Collaborators-heading {
    font-size: 1.2rem !important;
    background: #66af9a !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    border-radius: 5px;
}


.max-w-1-8 {
    max-width: 1.8rem;
}

.min-w-1-7 {
    min-width: 1.75rem;
}

.task-Lead_box {
    height: calc(100vh - 25.5rem);
    overflow-x: hidden;
    border-radius: 10px;
    overflow-y: auto;
    box-shadow: 2px 3px 4px 5px #0000000d;
}

.Amber-circle-outer-dashbord {
    display: inline-block;
    border: 2px solid var(--Orange);
    position: relative;
    border-radius: 50%;
    width: 10.2rem;
    height: 10.2rem;
    margin-top: 0.5rem;
}

.Amber-square-solid-dashboard {
    background: var(--Orange);
    border-radius: 7px;
    width: auto;
    height: 4rem;
    color: white;
    padding: 0 2rem;
    display: flex;
}

.Amber-square-solid-dashboard>h4 {
    font-size: 1.2rem;
    text-align: center;
    margin: auto;
}

.red-circle-outer-dashbord {
    display: inline-block;
    border: 2px solid var(--BLXRed);
    position: relative;
    border-radius: 50%;
    width: 10.2rem;
    height: 10.2rem;
    margin-top: 0.5rem;
}

.red-square-solid-dashboard {
    background: var(--BLXRed);
    border-radius: 7px;
    width: auto;
    padding: 0 2rem;
    height: 4rem;
    color: white;
    display: flex;
}

.red-square-solid-dashboard>h4 {
    font-size: 1.2rem;
    text-align: center;
    margin: auto;
}

.gray-square-solid-dashboard {
    background: #d7d9e0;
    border-radius: 7px;
    width: auto;
    height: 4rem;
    color: black;
    display: flex;
    padding: 0 2rem;
}

.gray-square-solid-dashboard>h4 {
    font-size: 1.2rem;
    text-align: center;
    margin: auto;
}

#container-task-dashboard,
.highcharts-figure-dashboard .chart-container-dashboard {
    width: 100px !important;
    height: 100px !important;
}

#container-task-dashboard .highcharts-container-dashboard {
    width: inherit !important;
    height: inherit !important;
}

.circle-Task-count {
    margin: auto;
    color: #ffffff;
    padding: 0.5rem 0;
    height: 2.8rem;
    width: 2.8rem;
    border-radius: 50%;
    text-align: center;
    background: #6c757d;
}

.country-Box-scroller {
    height: calc(100vh - 380px);
    overflow-y: auto;
    overflow-x: hidden
}

.expert-Textbox-outer {
    border-left: 1px solid #cecece;
}

.expert-Textbox {
    height: calc(100vh - 11rem);
    position: relative;
}

.msg-box-outer {
    border-bottom: 1px solid #cecece;
    height: calc(100vh - 22.5rem);
    display: flex;
    overflow-y: auto;
}

.bottom-Msg-box {
    position: absolute;
    bottom: 0rem;
    display: flex
}

#textcmnt {
    height: 6.5rem;
    border: none !important
}

.chat-Heading-Box {
    background: #f6921e;
    padding: 1.9rem 0
}

.chat-Heading-Box>h1 {
    font-size: 1.6rem;
}

.postmsg li.left {
    position: relative;
    background: #eaeaeb;
    min-width: 19rem;
    width: fit-content;
    max-width: 32rem;
    word-break: break-all;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    margin: 2rem;
    align-self: flex-start;
    font-size: 1.2rem;
}

.postmsg li.left:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 20px solid #eaeaeb;
    border-top: 10px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 1.5rem;
    left: -12px;
}

.postmsg li.right {
    position: relative;
    background: #f6921e;
    min-width: 19rem;
    width: fit-content;
    max-width: 32rem;
    height: auto;
    min-height: 5rem;
    word-break: break-all;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    margin: 2rem;
    font-size: 1.2rem;
    align-self: flex-end;
    color: White;
}

.postmsg li.right:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 20px solid rgb(246 146 30);
    border-top: 10px solid #ffffff0d;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 1.5rem;
    transform: rotate(190deg);
    right: -14px;
}

.postmsg ul>li {
    clear: both
}

.task-name-list-expert>li {
    margin: 0.2rem 0;
    background: #f7f7f9;
    display: list-item;
    padding: 1rem 1.2rem;
}

.task-name-list-expert>li>.form-group {
    display: contents;
    margin-bottom: 0 !important;
}

.task-name-list-expert>li>.form-group>label {
    display: contents;
    font-weight: normal;
    cursor: pointer;
    word-break: break-word;
    color: #606060;
    font-weight: 500;
    font-size: 1.2rem !important
}

.task-name-list-expert>li>label {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

.task-name-list-expert>li>input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}


.task-name-list-expert>li>label:before {
    margin-right: 0.7rem;
    border-radius: 4px;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #606060;
    padding: 6.5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.task-name-list-expert>li>input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 4.5px;
    height: 8px;
    border: solid #606060;
    border-width: 0 2px 2.5px 0;
    transform: rotate(42deg);
}

.expert-List-divder {
    height: calc(100vh - 203px);
    border-top: none !important;
    border: 5px solid #f7f7f9;
    border-left: none;
}

.expert-List_outer {
    height: Calc(100vh - 43.5rem);
    overflow: auto;
}

.chat-Date {
    font-size: 0.82rem;
    filter: opacity(0.8);
}



.btn-outline-theme {
    color: #f6921e;
    border-color: #f6921e;

}

.btn-outline-theme:hover {
    color: white;
    border-color: white;
    background: #f6921e;
}

.btn-outline-theme>img {
    width: 3rem;
    margin-right: 0.5rem;
    display: inline-block;
    border-radius: 100%;
}

.outer-Comment-seen {
    background-color: #f7f7f9;
    height: calc(100vh - 132px);
}

.orangesquare {
    height: 0.8rem;
    display: inline-block;
    width: 0.8rem;
    color: #626262;
    margin-right: 0.8rem;
    background: #f6921e;
}

.date-box {
    width: 95%;
}

.date-box>label {
    position: absolute;
    /* text-align: center; */
    top: -0.8rem;
    background: #f7f7f9;
    padding: 0 1rem;
    right: 40%;
}

.outer-Comment-seen-scroll {
    height: calc(100vh - 203px);
    overflow-y: auto;
    overflow-x: hidden;
}

.msg-box-outer-repostry {
    height: calc(100vh - 205px);
    display: flex;
    overflow-y: auto;

}

.selected {
    background: #f8fafb !important;
}

.path-Name {
    max-width: 25rem;
    min-width: 25rem;
    max-height: 6.1rem;
    min-height: 6.1rem;
}

.path-Name>p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.critcial-Path-outer {
    height: 83vh;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto
}

.critcial-Mid-outer {
    width: fit-content;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    height: calc(100vh - 186px);
    border-right: 1px dotted black;
    margin-left: 6rem;
}

.path-Buttoon-start {
    font-size: 1.6rem;
    background: #17357b;
    box-shadow: inset 0px 0px 0px 2px white;
    color: white;
    padding: 1rem 1.2rem;
    border-radius: 7px;
    border: 1px solid #17357b;
    width: 9rem;
    min-width: 9rem;
}

.path-Buttoon-end {
    font-size: 1.6rem;
    background: #693B00;
    box-shadow: inset 0px 0px 0px 2px white;
    color: white;
    padding: 1rem 1.2rem;
    border-radius: 7px;
    border: 1px solid #3b9c3f;
    width: 9rem;
    min-width: 9rem;
}

.circle-info-outer {
    background: #bfceef;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50px;
    color: black;
    position: absolute;
    top: -2rem;
    left: -2.2rem;
    text-align: center;
}

.critcial-Path-outer>img {
    width: 14rem;
    height: 47.5rem;
    margin: auto 0;
}

.circle-info-outer>label {
    margin: 0.7rem;
    font-size: 1.4rem;
}

.box-Color-gary {
    background: #848585;
    border: 1px solid #848585;
}

.box-Color-blue {
    background: #247cec;
    border: 1px solid #247cec;
}

.box-Color-orange {
    border: 1px solid #f09020;
    background: #f09020;

}

.box-Color-seegreen {
    border: 1px solid #5cbcb6;
    background: #5cbcb6;
}

.add-arrow-med {
    height: 1.3px;
    margin-top: 4.5rem;
    background: black;
    width: 7rem;
}

.add-arrow-med-2 {
    height: 1.3px;
    margin-top: 4.5rem;
    background: black;
    width: 7rem;
}

.add-arrow {
    height: 1.3px;
    margin-top: 4.5rem;
    background: black;
    width: 100%;
}

.add-arrow::after {
    content: '';
    border-color: black;
    float: right;
    border-width: 10px;
    border-bottom: none;
    width: 1rem;
    border-right: 3px solid;
    border-top: 3px solid;
    border-left: none;
    transform: rotate(43deg);
    height: 1rem;
    margin-top: -0.5rem;
}

.d-contents {
    display: contents;
}

.critical-Circle-blue {
    top: -2rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    position: absolute;
    background: #247cec;
}

.critical-Circle-seegrean {
    top: -2rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    position: absolute;
    background: #5cbcb6;
}

.critical-Circle-gary {
    top: -2rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: #848585;
    position: absolute;
}

.critical-Circle-orange {
    top: -2rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    position: absolute;
    background: #f09020;
}

.arrow-med-start {
    margin-left: 12rem;
    width: 8rem;
    height: 1.3px;
    top: 4.5rem;
    background: black;
    position: absolute;
}

.critcial-Nav {
    flex-wrap: nowrap !important;
    height: 8rem;
}

.critcal_Heading {
    margin: 5.2rem 0;
}

.critcal_Heading-Top {
    margin-top: 4.3rem
}

.mr-80 {
    margin-right: 20rem
}


.modal-fullscreen-xl {
    padding: 0 !important;
}

.modal-fullscreen-xl .modal-dialog {
    width: 97%;
    max-width: none;
    height: 100%;
    margin: auto !important;
}

.modal-fullscreen-xl .modal-content {
    height: 96%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen-xl .modal-body {
    overflow-y: auto;
}

.text-md {
    font-size: 12px
}

.flow-Create {
    height: calc(100vh - 285px);
    margin: auto 0;
    background: black;
    display: flex;
    width: 0.1rem;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.arrow-Direction {
    height: 0px;
    border: dotted 0.1px;
    width: 6.5rem;
    margin-top: 0;
}

.arrow-Direction::after {
    content: '';
    border-color: black;
    float: right;
    border-width: 10px;
    border-bottom: none;
    width: 1rem;
    border-right: 3px solid;
    border-top: 3px solid;
    border-left: none;
    transform: rotate(43deg);
    height: 1rem;
    margin-top: -0.5rem;
}

.arrow-Start-Direction {
    margin: auto 0;
    width: 5rem;
    background: black;
    height: 0.1rem;
}

.swal-icon img {
    width: 100px;
    height: 100px;
    margin: auto;
}


.fileUploadWrap {
    padding-top: 10px;
    position: relative;
}

.input_img {
    position: absolute;
    cursor: pointer;
    pointer-events: none;
    width: 1px;
    width: 31px;
    right: 1rem;
    top: -3rem;
    transform: translate(-50%);
    cursor: pointer;
}

.fileName {
    right: 7rem;
    position: absolute;
    top: -2.5rem;
    pointer-events: none;
    font-size: 1rem;
    color: #6d6f70;
    cursor: pointer;
}

input[type=file] {
    margin-left: -25px;
    position: absolute;
    top: -4rem;
    right: 0;
    opacity: 0;
    width: 11rem;
    cursor: pointer;
}

.dashbord-header {
    width: 26rem;
}

.color-first {
    background-color: #f7c973;
}

.color-second {
    background-color: #5f89ef;
}

.color-three {
    background-color: #62d5b8;
}

.color-four {
    background-color: #ff6c6c;
}

.color-five {
    background-color: #7fc5f3;
}

.w-19 {
    width: 4.9rem;
}

.Dashbord-Heading_box>h2 {
    margin-left: 1.5rem !important;
    font-weight: 600;
}

.Dashbord-Heading_box>h6 {
    margin-left: 1.5rem;
    margin-top: 0.4rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.cstm-shadow {
    box-shadow: 7px 6px 4px 0px #e5e5e557;
}

.task_completed_table thead th {
    color: #606060 !important;
    background: white !important;
}

.task_completed_table tr:nth-child(odd) {
    background-color: #f5f7fc !important;
}

.task_completed_table td {
    padding: 1.2rem 1rem 1.2rem 1rem;
    vertical-align: middle !important;
    color: #515151 !important;
    font-weight: 600;
}

.task_completed_table td:first-child {
    border-radius: 5px 0 0 5px !important
}

.task_completed_table td:last-child {
    border-radius: 0px 5px 5px 0px !important
}

.task_completed_table tbody {
    overflow: scroll;
}

.outer-cuntry_box {
    background: #f5f7fc;
    border-radius: 7px !important;
}

.font-medbold {
    font-weight: 500 !important
}

.new-text-color {
    color: #2d2d2d
}

.btn-cstm_orange {
    display: block;
    color: white;
    background: #f8a22e !important;
    border-radius: 5px;
    padding: 0.6rem 2.5rem;
    margin-top: 2.3rem;
}

.tab-list {
    max-width: 29rem;
    width: 50%;
    min-width: 29rem;
    height: calc(100vh - 24rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1rem;
}

.h-inherit {
    height: inherit !important
}

#style-4::-webkit-scrollbar-track {
    background-color: transparent !important;
    margin-right: 1rem;
}

#style-4::-webkit-scrollbar {
    width: 2px !important;
    background-color: transparent !important;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #dbdbdb !important;
    border: 0 !important;
}

.border-cstm-orange {
    border-color: #f6921e !important
}

.cstm-border-radious {
    border-radius: 3px !important
}

.border-secondary-cstm {
    border-color: #959595 !important
}

.cstm-color {
    color: #606060 !important;
}

.btn-criticalpath {
    display: inline-block;
    color: black;
    background: #cdddf9;
    border-radius: 5px;
    padding: 0.6rem 2.5rem;

}

.border-list {
    border: 1px solid #cecece;
}

.divder-right {
    top: -10px;
    height: 100vh;
    width: 0.1rem;
    background: #cecece;
    position: absolute;
    right: 0.2rem;
    z-index: 9;
}

.currency-addon_list>select {
    background: white;
    color: black;
    font-weight: 600 !important;
    border: none !important;
    outline: none !important;
}

.currency-selector-list {
    font-size: 1.3rem;
    width: inherit;
    font-weight: 600;
}

.btn-mrkcomplete {
    padding: 0.7rem 1rem !important;
    font-weight: 600;
    font-size: 1.2rem !important;
}

.btn-mrkcomplete>i {
    border-radius: 10px;
    font-size: 0.9rem;
    border: 1px solid #66bb6a;
    padding: 0.3rem;
    font-weight: 600;
    margin-right: 0.5rem;
    display: inline-block;
}

.btn-complete {
    padding: 0.7rem 1rem !important;
    font-weight: 600;
    font-size: 1.2rem !important;
}

.btn-complete>i {
    border-radius: 10px;
    font-size: 0.9rem;
    border: 1px solid #66bb6a;
    padding: 0.3rem;
    font-weight: 600;
    margin-right: 0.5rem;
    display: inline-block;
}

.color-form {
    font-size: 1.2rem !important;
    font-size: 1.2rem !important;
    color: #606060 !important;
    font-weight: 500;
    padding-left: 0.5rem;
}

#txtComment {
    background: #f8fafb !important;
    border: none !important
}

#txtTaskDescription {
    background: #f8fafb !important;
    resize: none;
    height: 10rem;
    max-height: 10rem;
    overflow: auto;
}

.form-control:focus {
    box-shadow: none !important;
}

.small-textarea {
    resize: none;
    background: #f8fafb !important
}

.reset-btn {
    right: 2rem;
    bottom: 2rem;
}

.reset-btn>.btn {
    border-radius: 5px;
    padding: 0.5rem;
    font-size: 1.2rem;
}


.Launch_Predic_Outer {
    box-shadow: 0px 0px 10px 1px #69696938;
    padding: 1rem 4rem;
    height: calc(100vh - 40rem);
    overflow: auto;
    border-radius: 7px;
}

.Launch_Predic_Outer label {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3f3f3f;
    text-align: end;
    margin-bottom: 0 !important;
    width: 11rem;

}

.Launch_Predic_Outer p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #3f3f3f;
    text-align: end;
}

.Indicator-defination_small {
    position: absolute;
    display: flex;
    left: 0;
}

.Indicator-defination_small>img {
    width: 1.6rem;
}

.Indicator-defination_small>.t1_task {
    font-size: 1.1rem;
    color: #ee8114;
    font-weight: 600;
    margin-left: 0.8rem;
}

.Indicator-defination_small>.t2_task {
    font-size: 1.1rem;
    color: #e91f26;
    font-weight: 600;
    margin-left: 0.8rem;
}

.Indicator-defination_small>.t3_task {
    font-size: 1.1rem;
    color: #375a64;
    font-weight: 600;
    margin-left: 0.8rem;
}

.highcharts-container {
    margin: 0 auto !important
}

.task-owner-box>select option {
    background: white;
}

.task-owner-box>select option[value="1"] {
    background: white;
}

.task-owner-box>select option[value="2"] {
    background: white;
}

.task-owner-box>select option[value="3"] {
    background: white;
}

.bg-success-cstm {
    background: #6abc45;
    color: white;
}

.bg-warning-cstm {
    background: #ffc800;
    color: white;
}

.bg-danger-cstm {
    color: white;
    background: #d7474d;
}

bg-null-cstm {
    background: #f6f6f6;
    color: #606060
}

.task-owner-box>select {
    appearance: none;
}

.task-status-box>select {
    appearance: none;
}

.progress {
    height: auto !important;
    background: white;
}

.circle-progress {
    width: 125px;
    height: 125px;
}

.progress_1 .circle-progress-value {
    stroke-width: 7.2px;
    stroke: #ee8114;
    stroke-dasharray: 23 3;
    stroke-dashoffset: -29;
}

.circle-progress-circle {
    stroke-width: 7.2px;
    stroke: #cecece;
    stroke-dasharray: 24 2.6;
    stroke-dashoffset: 46.5;
}

.circle-progress-text {
    font-weight: bold;
    font-size: 0.4rem;
    fill: white;
}

.progress-outer {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;

}

.progress-solid {
    display: flex;
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    left: 3.5rem;
    top: 3.5rem;
    color: white;
    font-size: 2rem;
    font-weight: 500;
}

.progress_2 .circle-progress-value {
    stroke-width: 7.2px;
    stroke: #e91f26;
    stroke-dasharray: 23 3;
    stroke-dashoffset: -29;
}

.progress_3 .circle-progress-value {
    stroke-width: 5.5px;
    stroke: #00d0e2;
    stroke-dasharray: 23 3.7;
    stroke-dashoffset: -28.6;
}

.progress_3 .circle-progress-circle {
    stroke-width: 5.5px;
    stroke: #375a64;
    stroke-dasharray: 24 3;
    stroke-dashoffset: 46.99;
}

.progress_4 .circle-progress-value {
    stroke-width: 5.5px;
    stroke: #62d5b8;
    stroke-dasharray: 23 3.7;
    stroke-dashoffset: -28.6;
}

.progress_4 .circle-progress-circle {
    stroke-width: 5.5px;
    stroke: #375a64;
    stroke-dasharray: 24 3;
    stroke-dashoffset: 46.99;
}

.progress_1 .progress-solid {
    background: #ee8114;
}

.progress_2 .progress-solid {
    background: #e91f26;
}

.progress_3 .progress-solid {
    background: #00d0e2;
    font-size: 1.5rem
}

.progress_4 .progress-solid {
    background: #62d5b8;
    font-size: 1.5rem
}

.btn-expert-recomd {
    font-size: 1.2rem !important;
    font-weight: 500;
    margin-top: 0.6rem !important;
    border: none;
    float: right;
    color: #606060;
    padding: 0.7rem 1rem;
    color: white;
    border-radius: 5px;
    background: #375a64;
}

.indicator-outer {
    padding-top: 2.3rem;
    box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, .15) !important
}

#text-cmnt-btn {
    width: 7rem !important;
    right: 0.5rem !important;
    position: absolute;
    float: right;
    padding: 0.6rem 1.3rem;
    margin: 0.5rem 0;
}


/*  new css */
.heading {
    font-weight: 600;
    font-size: 1.4rem;
    margin: auto 0;
    margin-right: 5rem;
}

.btn_Box {
    display: flex;
    gap: 0.7rem;
}

/* Hide actual radio buttons */
.btn_radio {
    display: none;
}

/* Styled labels like buttons */
.btn_label {
    font-size: 1.2rem;
    color: #88888a;
    background-color: #edebf2;
    height: 3.2rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    transition:
        background-color 0.25s ease-in-out,
        color 0.25s ease-in-out,
        border 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out;
}

/* Checked (active) state */
.btn_radio:checked+.btn_label {
    background-color: #503f9e;
    color: #fff;
    border: 1px solid #503f9e;
}

/* Hover effect */
.btn_label:hover {
    background-color: #6a5fc1;
    color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.table-responsive {
    font-size: 1.4rem;
}

.status-dot {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: inline-block;
}

.green {
    background: #00af50;
}

.yellow {
    background: #ffbf00;
}

.red {
    background: #ff0000;
}

.health-box {
    background: #ffdc71;
    padding: 0.6rem 0.8rem;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: black;
}

.c1 {
    width: 2.2rem;
    padding: 0.25rem;
}


th {
    font-size: 1.2rem;
    font-weight: 400;
    color: #818181 !important;
    padding: 1rem !important;
    text-align: center;
    position: relative;
    height: 4.6rem !important;
}

th:nth-child(2),
th:nth-child(3),
th:nth-child(4) {
    max-width: 15rem;
    width: 15rem;
}

th:nth-child(4) {
    color: #503f9e !important;
}

th:nth-child(5) {
    color: #ed8013 !important
}

th:nth-child(6) {
    color: #000 !important;
    width: 15% !important;
}

td {
    text-align: center;
    padding: 0rem 0.5rem !important;
    border: none;
}

th:first-child {
    font-size: 1.3rem;
    font-weight: 800;
    color: black !important;
    text-align: left;
    width: 19% !important;
    padding-left: 2rem !important;
    border-right: 1px solid #87888a !important;
}

td:first-child {

    width: 20% !important;
    padding-left: 1.8rem !important;
    text-align: left;
    font-size: 1.2rem;
}

tr:nth-child(1),
tr:nth-child(2),
tr:nth-child(3),
tr:nth-child(9) {
    >td:first-child {
        background-color: #ffe890;
    }
}



td:first-child>span {
    font-size: 1.2rem;
    font-weight: 600;
    color: black !important;
    text-align: left;
    margin-left: 0.5rem;
    font-family: 'open-sans';
}

tr:first-child {
    background: #e6edff !important;
}

tr:nth-child(3) {
    background: #f0f0f5;
}

tr>td:not(:first-child) {
    background: none !important;
}

tr:nth-child(4) td:first-child {
    background: #e6edff;
}

tr:nth-child(6),
tr:nth-child(5) {
    td:first-child {
        background: #f0f0f5;
    }
}

tr td {
    min-height: 4.6rem !important;
    height: 4.6rem !important;
    cursor: pointer !important;
}

.track-img {
    width: 1.4rem;
    float: right;
    padding: 0 !important;
    margin-top: 0.4rem;
}

.fg-img {
    width: 1.3rem;
    margin-top: -0.4rem;
    padding: 0 !important;
}

.h_top-img {
    display: block;
    padding: 0 !important;
    position: absolute;
    width: 0.6rem;
    left: 7.9rem;

}

.h_top-img-l {
    display: block;
    padding: 0 !important;
    position: absolute;
    width: 0.6rem;
    right: 5rem
}

.USpayer-rows {
    background: #777777 !important;
}

.USpayer-rows :nth-child(2) {
    background: white !important;
}

.status-col {
    position: relative;
    padding-left: 1.5rem;
    /* space for line */
}

/* Timeline line */
.status-col::before {
    content: "";
    position: absolute;
    top: 2px;
    height: 100%;
    z-index: 0;
    left: 8.09rem;
    border: 1px dashed #87888a66;
}

.status-col-l {
    position: relative;
    padding-left: 1.5rem;
    /* space for line */
}

/* Timeline line */
.status-col-l::before {
    content: "";
    position: absolute;
    top: 2px;
    height: 100%;
    z-index: 0;
    right: 5.2rem;
    border: 1px dashed #87888a66;
}

.status-col-l>.status-dot {
    margin-left: auto;
    margin-right: 4.2rem;
}

/* Dots styling */
.status-dot {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 7.1rem;
    border: 1px solid white;
    /* optional for border around dot */
}

/* Colors */
.status-dot.green {
    background-color: #00af50;
}

.status-dot.yellow {
    background-color: #ffbf00;
}

.status-dot.red {
    background-color: #f20000;
}

.arrow-left {
    float: right;
    width: 0.8rem;
    margin-right: 1rem;
    margin-top: 0.3rem;
    transition: transform 0.3s ease;
}

.arrow-left.rotate {
    transform: rotate(90deg);
}

.detl_btn {
    font-size: 1.1rem;
    text-decoration: underline;
}

.dep_btn {
    text-decoration: none;
    background: white;
    width: 7rem;
    box-shadow: 0px 1px 3px 0 #edeae9;
}

.disable {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;

}

.accptbtn {
    background-color: #0ecc97;
    color: white;
    width: 7rem;
}

.btn:hover {
    background-color: #f8a22e;
}

.popover-body {
    font-size: 1.1rem !important;
    font-family: 'open-sans' !important;
}

.smlable{
    background: white;
    border: 1px solid #503f9e;
    color: #503f9e;
    font-family: 'Robot';
    font-weight: 600;
}


.smlable > img{
    width: 1.5rem;
    margin-right: 0.6rem;
    margin-top: -0.2rem;
}
.smlable:hover{
    background: transparent;
    color: #503f9e;
}



@media (max-width: 1100px) {
html,
body {
    font-size: 56% !important;
}
}